1 namespace QuanLyNhanSu
2 {
3     
partial class frmUser
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(frmUser));
32             
this.grpbox = new System.Windows.Forms.GroupBox();
33             
this.cmdthoat = new System.Windows.Forms.Button();
34             
this.cmdluu = new System.Windows.Forms.Button();
35             
this.cmdthem = new System.Windows.Forms.Button();
36             
this.cmdCapnhat = new System.Windows.Forms.Button();
37             
this.cmdxoa = new System.Windows.Forms.Button();
38             
this.groupBox1 = new System.Windows.Forms.GroupBox();
39             
this.label3 = new System.Windows.Forms.Label();
40             
this.label2 = new System.Windows.Forms.Label();
41             
this.label1 = new System.Windows.Forms.Label();
42             
this.cbogroup = new System.Windows.Forms.ComboBox();
43             
this.txtpassword = new System.Windows.Forms.TextBox();
44             
this.txtusername = new System.Windows.Forms.TextBox();
45             
this.dgvUser = new Telerik.WinControls.UI.RadGridView();
46             
this.pictureBox1 = new System.Windows.Forms.PictureBox();
47             
this.label4 = new System.Windows.Forms.Label();
48             
this.label5 = new System.Windows.Forms.Label();
49             
this.grpbox.SuspendLayout();
50             
this.groupBox1.SuspendLayout();
51             ((System.ComponentModel.ISupportInitialize)(
this.dgvUser)).BeginInit();
52             ((System.ComponentModel.ISupportInitialize)(
this.dgvUser.MasterGridViewTemplate)).BeginInit();
53             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox1)).BeginInit();
54             ((System.ComponentModel.ISupportInitialize)(
this)).BeginInit();
55             
this.SuspendLayout();
56             
//
57             
// grpbox
58             
//
59             
this.grpbox.BackColor = System.Drawing.Color.Transparent;
60             
this.grpbox.Controls.Add(this.cmdthoat);
61             
this.grpbox.Controls.Add(this.cmdluu);
62             
this.grpbox.Controls.Add(this.cmdthem);
63             
this.grpbox.Controls.Add(this.cmdCapnhat);
64             
this.grpbox.Controls.Add(this.cmdxoa);
65             
this.grpbox.Location = new System.Drawing.Point(312, 85);
66             
this.grpbox.Name = "grpbox";
67             
this.grpbox.Size = new System.Drawing.Size(84, 224);
68             
this.grpbox.TabIndex = 24;
69             
this.grpbox.TabStop = false;
70             
//
71             
// cmdthoat
72             
//
73             
this.cmdthoat.Anchor = System.Windows.Forms.AnchorStyles.None;
74             
this.cmdthoat.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
75             
this.cmdthoat.Image = ((System.Drawing.Image)(resources.GetObject("cmdthoat.Image")));
76             
this.cmdthoat.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
77             
this.cmdthoat.Location = new System.Drawing.Point(5, 185);
78             
this.cmdthoat.Name = "cmdthoat";
79             
this.cmdthoat.Size = new System.Drawing.Size(73, 30);
80             
this.cmdthoat.TabIndex = 9;
81             
this.cmdthoat.Text = "Thoát";
82             
this.cmdthoat.UseVisualStyleBackColor = true;
83             
this.cmdthoat.Click += new System.EventHandler(this.cmdthoat_Click);
84             
//
85             
// cmdluu
86             
//
87             
this.cmdluu.Anchor = System.Windows.Forms.AnchorStyles.None;
88             
this.cmdluu.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
89             
this.cmdluu.Image = ((System.Drawing.Image)(resources.GetObject("cmdluu.Image")));
90             
this.cmdluu.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
91             
this.cmdluu.Location = new System.Drawing.Point(7, 141);
92             
this.cmdluu.Name = "cmdluu";
93             
this.cmdluu.Size = new System.Drawing.Size(73, 30);
94             
this.cmdluu.TabIndex = 8;
95             
this.cmdluu.Text = "Lưu";
96             
this.cmdluu.UseVisualStyleBackColor = true;
97             
this.cmdluu.Click += new System.EventHandler(this.cmdluu_Click);
98             
//
99             
// cmdthem
100             
//
101             
this.cmdthem.Anchor = System.Windows.Forms.AnchorStyles.None;
102             
this.cmdthem.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
103             
this.cmdthem.Image = ((System.Drawing.Image)(resources.GetObject("cmdthem.Image")));
104             
this.cmdthem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
105             
this.cmdthem.Location = new System.Drawing.Point(6, 9);
106             
this.cmdthem.Name = "cmdthem";
107             
this.cmdthem.Size = new System.Drawing.Size(73, 30);
108             
this.cmdthem.TabIndex = 5;
109             
this.cmdthem.Text = "Thêm";
110             
this.cmdthem.UseVisualStyleBackColor = true;
111             
this.cmdthem.Click += new System.EventHandler(this.cmdthem_Click);
112             
//
113             
// cmdCapnhat
114             
//
115             
this.cmdCapnhat.Anchor = System.Windows.Forms.AnchorStyles.None;
116             
this.cmdCapnhat.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
117             
this.cmdCapnhat.Image = ((System.Drawing.Image)(resources.GetObject("cmdCapnhat.Image")));
118             
this.cmdCapnhat.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
119             
this.cmdCapnhat.Location = new System.Drawing.Point(7, 53);
120             
this.cmdCapnhat.Name = "cmdCapnhat";
121             
this.cmdCapnhat.Size = new System.Drawing.Size(73, 30);
122             
this.cmdCapnhat.TabIndex = 6;
123             
this.cmdCapnhat.Text = "Sửa";
124             
this.cmdCapnhat.UseVisualStyleBackColor = true;
125             
this.cmdCapnhat.Click += new System.EventHandler(this.cmdCapnhat_Click);
126             
//
127             
// cmdxoa
128             
//
129             
this.cmdxoa.Anchor = System.Windows.Forms.AnchorStyles.None;
130             
this.cmdxoa.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
131             
this.cmdxoa.Image = ((System.Drawing.Image)(resources.GetObject("cmdxoa.Image")));
132             
this.cmdxoa.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
133             
this.cmdxoa.Location = new System.Drawing.Point(7, 97);
134             
this.cmdxoa.Name = "cmdxoa";
135             
this.cmdxoa.Size = new System.Drawing.Size(73, 30);
136             
this.cmdxoa.TabIndex = 7;
137             
this.cmdxoa.Text = "Xóa";
138             
this.cmdxoa.UseVisualStyleBackColor = true;
139             
this.cmdxoa.Click += new System.EventHandler(this.cmdxoa_Click);
140             
//
141             
// groupBox1
142             
//
143             
this.groupBox1.BackColor = System.Drawing.Color.Transparent;
144             
this.groupBox1.Controls.Add(this.label3);
145             
this.groupBox1.Controls.Add(this.label2);
146             
this.groupBox1.Controls.Add(this.label1);
147             
this.groupBox1.Controls.Add(this.cbogroup);
148             
this.groupBox1.Controls.Add(this.txtpassword);
149             
this.groupBox1.Controls.Add(this.txtusername);
150             
this.groupBox1.Location = new System.Drawing.Point(12, 85);
151             
this.groupBox1.Name = "groupBox1";
152             
this.groupBox1.Size = new System.Drawing.Size(294, 95);
153             
this.groupBox1.TabIndex = 25;
154             
this.groupBox1.TabStop = false;
155             
//
156             
// label3
157             
//
158             
this.label3.AutoSize = true;
159             
this.label3.Location = new System.Drawing.Point(78, 70);
160             
this.label3.Name = "label3";
161             
this.label3.Size = new System.Drawing.Size(41, 13);
162             
this.label3.TabIndex = 6;
163             
this.label3.Text = "Nhóm :";
164             
//
165             
// label2
166             
//
167             
this.label2.AutoSize = true;
168             
this.label2.Location = new System.Drawing.Point(62, 44);
169             
this.label2.Name = "label2";
170             
this.label2.Size = new System.Drawing.Size(58, 13);
171             
this.label2.TabIndex = 7;
172             
this.label2.Text = "Mật khẩu :";
173             
//
174             
// label1
175             
//
176             
this.label1.AutoSize = true;
177             
this.label1.Location = new System.Drawing.Point(53, 18);
178             
this.label1.Name = "label1";
179             
this.label1.Size = new System.Drawing.Size(68, 13);
180             
this.label1.TabIndex = 8;
181             
this.label1.Text = "Người dùng :";
182             
//
183             
// cbogroup
184             
//
185             
this.cbogroup.BackColor = System.Drawing.SystemColors.ControlLightLight;
186             
this.cbogroup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
187             
this.cbogroup.FormattingEnabled = true;
188             
this.cbogroup.Location = new System.Drawing.Point(133, 66);
189             
this.cbogroup.Name = "cbogroup";
190             
this.cbogroup.Size = new System.Drawing.Size(148, 21);
191             
this.cbogroup.TabIndex = 3;
192             
//
193             
// txtpassword
194             
//
195             
this.txtpassword.BackColor = System.Drawing.SystemColors.ControlLightLight;
196             
this.txtpassword.Location = new System.Drawing.Point(133, 40);
197             
this.txtpassword.MaxLength = 50;
198             
this.txtpassword.Name = "txtpassword";
199             
this.txtpassword.PasswordChar = '*';
200             
this.txtpassword.Size = new System.Drawing.Size(148, 20);
201             
this.txtpassword.TabIndex = 2;
202             
//
203             
// txtusername
204             
//
205             
this.txtusername.BackColor = System.Drawing.SystemColors.ControlLightLight;
206             
this.txtusername.Location = new System.Drawing.Point(133, 14);
207             
this.txtusername.MaxLength = 50;
208             
this.txtusername.Name = "txtusername";
209             
this.txtusername.Size = new System.Drawing.Size(148, 20);
210             
this.txtusername.TabIndex = 1;
211             
//
212             
// dgvUser
213             
//
214             
this.dgvUser.Location = new System.Drawing.Point(12, 186);
215             
//
216             
//
217             
//
218             
this.dgvUser.MasterGridViewTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
219             
this.dgvUser.MasterGridViewTemplate.EnableGrouping = false;
220             
this.dgvUser.Name = "dgvUser";
221             
this.dgvUser.ReadOnly = true;
222             
this.dgvUser.Size = new System.Drawing.Size(294, 123);
223             
this.dgvUser.TabIndex = 4;
224             
//
225             
// pictureBox1
226             
//
227             
this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
228             
this.pictureBox1.Image = global::QuanLyNhanSu.Properties.Resources.Security_Card1;
229             
this.pictureBox1.Location = new System.Drawing.Point(10, 2);
230             
this.pictureBox1.Name = "pictureBox1";
231             
this.pictureBox1.Size = new System.Drawing.Size(124, 77);
232             
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
233             
this.pictureBox1.TabIndex = 27;
234             
this.pictureBox1.TabStop = false;
235             
//
236             
// label4
237             
//
238             
this.label4.AutoSize = true;
239             
this.label4.BackColor = System.Drawing.Color.Transparent;
240             
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
241             
this.label4.ForeColor = System.Drawing.SystemColors.Highlight;
242             
this.label4.Location = new System.Drawing.Point(141, 9);
243             
this.label4.Name = "label4";
244             
this.label4.Size = new System.Drawing.Size(152, 31);
245             
this.label4.TabIndex = 28;
246             
this.label4.Text = "CẬP NHẬT";
247             
//
248             
// label5
249             
//
250             
this.label5.AutoSize = true;
251             
this.label5.BackColor = System.Drawing.Color.Transparent;
252             
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
253             
this.label5.ForeColor = System.Drawing.SystemColors.Highlight;
254             
this.label5.Location = new System.Drawing.Point(204, 48);
255             
this.label5.Name = "label5";
256             
this.label5.Size = new System.Drawing.Size(192, 31);
257             
this.label5.TabIndex = 29;
258             
this.label5.Text = "NGƯỜI DÙNG";
259             
//
260             
// frmUser
261             
//
262             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
263             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
264             
this.BackColor = System.Drawing.Color.Honeydew;
265             
this.ClientSize = new System.Drawing.Size(404, 318);
266             
this.Controls.Add(this.label5);
267             
this.Controls.Add(this.label4);
268             
this.Controls.Add(this.pictureBox1);
269             
this.Controls.Add(this.dgvUser);
270             
this.Controls.Add(this.groupBox1);
271             
this.Controls.Add(this.grpbox);
272             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
273             
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
274             
this.MaximizeBox = false;
275             
this.MinimizeBox = false;
276             
this.Name = "frmUser";
277             
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
278             
this.Text = "Cập nhật User";
279             
this.Load += new System.EventHandler(this.frmUser_Load);
280             
this.grpbox.ResumeLayout(false);
281             
this.groupBox1.ResumeLayout(false);
282             
this.groupBox1.PerformLayout();
283             ((System.ComponentModel.ISupportInitialize)(
this.dgvUser.MasterGridViewTemplate)).EndInit();
284             ((System.ComponentModel.ISupportInitialize)(
this.dgvUser)).EndInit();
285             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox1)).EndInit();
286             ((System.ComponentModel.ISupportInitialize)(
this)).EndInit();
287             
this.ResumeLayout(false);
288             
this.PerformLayout();
289
290         }
291
292         
#endregion
293
294         
private System.Windows.Forms.GroupBox grpbox;
295         
private System.Windows.Forms.Button cmdluu;
296         
private System.Windows.Forms.Button cmdthem;
297         
private System.Windows.Forms.Button cmdCapnhat;
298         
private System.Windows.Forms.Button cmdxoa;
299         
private System.Windows.Forms.GroupBox groupBox1;
300         
private System.Windows.Forms.Label label3;
301         
private System.Windows.Forms.Label label2;
302         
private System.Windows.Forms.Label label1;
303         
private System.Windows.Forms.ComboBox cbogroup;
304         
private System.Windows.Forms.TextBox txtpassword;
305         
private System.Windows.Forms.TextBox txtusername;
306         
private System.Windows.Forms.Button cmdthoat;
307         
private Telerik.WinControls.UI.RadGridView dgvUser;
308         
private System.Windows.Forms.PictureBox pictureBox1;
309         
private System.Windows.Forms.Label label4;
310         
private System.Windows.Forms.Label label5;
311     }
312 }



Quản lý nhân sự công ty bằng c# _ full source code 60.356 lượt xem

Gõ tìm kiếm nhanh...